Dashboard Temp Share Shortlinks Frames API

HTMLify

index.html
Views: 26 | Author: learnearn-fun
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
        <title>Welcome to Gorge Mall</title>
    <link rel="stylesheet" href="CSS/Layout.css" type="text/css" />
</head>
<body>
    <header>
        <div>
            <a class="headerlogo" href="HTML/index.html">
                <img src="img/Logo.png" />
            </a>
            
            <span id="headername">Gorge Mall</span>
            <input type="search" class="searchbox" placeholder="Search our Mall" />
        </div>

        <nav class="backgroundgradient">
            <ul>
                <li><a class="navlink" href="index.html" >Home</a></li>
                <li><a class="navlink" href="blog.html" >Blog</a></li>
                <li><a class="navlink" href="Offers.html">Offers</a></li>
                <li><a class="navlink" href="Cart.html">Cart</a></li>
                <li><a class="navlink" href="Payment Offers.html">Payment Offers</a></li>
                <li><a class="navlink" href="findus.html">Find us</a></li>
                <li><a class="navlink" href="checkout.html">Checkout</a></li>
                
            </ul>
        </nav>
    </header>
    <div id="welcomeimage">
        <img src="img/Welcome photo.jfif" />
    </div>
    <div id="coffeeofthemonth">
        <img src="img/Lenovo.jfif" />
    </div>
    <section id="welcometext">
        <header>Welcome to Gorge Mall</header>
        <span>
            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam in lobortis ex. Suspendisse vestibulum varius porta. Ut ligula risus, fermentum nec elit eget, feugiat consequat diam. Donec accumsan tristique convallis. Curabitur sit amet facilisis sapien. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Quisque sollicitudin augue et metus volutpat pellentesque. Maecenas dui quam, iaculis at massa in, varius varius lectus.
            Fusce efficitur justo sed lobortis efficitur. Sed vel quam at mi tristique convallis non id justo. Vestibulum molestie odio sed congue tempor. Mauris at nisl a risus finibus efficitur. Mauris quis luctus erat, id auctor tellus. Nulla vel suscipit metus. Donec porta dapibus eros et finibus. Maecenas suscipit nisl sed dictum luctus. Proin suscipit laoreet ante a dictum. Donec ornare, erat quis dignissim maximus, neque ex laoreet massa, sed convallis turpis turpis ut elit. Suspendisse varius augue ante, sed fermentum dui facilisis non. Nulla neque leo, placerat ut tempor quis, ornare sed lorem. Mauris egestas sem non magna semper lobortis.
            <p><mark>Note that our Mall is closed on Christmas eve and Christmas day.</mark></p>
        </span>
    </section>
    <aside id="events">
        <header>Here's what happening!</header>
        <ul>
            <li><a href="#"> Get 15% off and buy for 5000</a></li>
            <li><a href="#">Mall redecorated</a></li>
            <li><a href="#">New laptops trending</a></li>
        </ul>
    </aside>
    <section id="bestsellers">
        <header>Bestsellers @ Gorge Mall</header>
        <br>
        <section class="coffeebestsellers">
            <header class="backgroundgradient">
                Fruits & Veggies
            </header>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/mango.jfif" />
                </figure>
                <header>
                    <span class="productarticlename">Mango</span>
                </header>
                <p class="productarticleprice">₹45/kg</p>
                <div class="addtocartbutton" id="testButton">
                    Add to Cart
                </div>

            </article>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/Apple.jfif" />
                </figure>
                <header>
                    <span class="productarticlename">Apple</span>
                </header>
                <p class="productarticleprice">₹165/kg</p>
                <div class="addtocartbutton">
                    Add to Cart
                </div>
            </article>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/Watermelon.jfif" />
                </figure>
                <header>
                    <span class="productarticlename">Watermelon</span>
                </header>
                <p class="productarticleprice">₹35/pc</p>
                <div class="addtocartbutton">
                    Add to Cart
                </div>
            </article>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/Papaya.jfif" />
                </figure>
                <header>
                    <span class="productarticlename">Papaya</span>
                </header>
                <p class="productarticleprice">₹40/pc</p>
                <div class="addtocartbutton">
                    Add to Cart
                </div>
            </article>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/Guava.jfif" />
                </figure>
                <header>
                    <span class="productarticlename">Guava</span>
                </header>
                <p class="productarticleprice">₹65/kg</p>
                <div class="addtocartbutton">
                    Add to Cart
                </div>
            </article>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/Kiwi.jfif" />
                </figure>
                <header>
                    <span class="productarticlename">Kiwi</span>
                </header>
                <p class="productarticleprice">₹70/kg</p>
                <div class="addtocartbutton">
                    Add to Cart
                </div>
            </article>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/Dragon.jfif" />
                </figure>
                <header>
                    <span class="productarticlename">Dragon Fruit</span>
                </header>
                <p class="productarticleprice">₹75/pc</p>
                <div class="addtocartbutton">
                    Add to Cart
                </div>
            </article>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/carrot.jfif" />
                </figure>
                <header>
                    <span class="productarticlename">Carrot</span>
                </header>
                <p class="productarticleprice">₹55/kg</p>
                <div class="addtocartbutton">
                    Add to Cart
                </div>
            </article>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/tomato.jfif" />
                </figure>
                <header>
                    <span class="productarticlename">Tomato</span>
                </header>
                <p class="productarticleprice">₹215/ 2 kg</p>
                <div class="addtocartbutton">
                    Add to Cart
                </div>
            </article>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/onion.jfif" />
                </figure>
                <header>
                    <span class="productarticlename">Onion</span>
                </header>
                <p class="productarticleprice">₹35/kg</p>
                <div class="addtocartbutton">
                    Add to Cart
                </div>
            </article>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/potato.jfif" />
                </figure>
                <header>
                    <span class="productarticlename">Potato</span>
                </header>
                <p class="productarticleprice">₹30/kg</p>
                <div class="addtocartbutton">
                    Add to Cart
                </div>
            </article>
        </section>
        <section class="accessoriesbestsellers">
            <header class="backgroundgradient">
                Electronics
            </header>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/Gaminglap.png" />
                </figure>
                <header>
                    <span class="productarticlename">Gaming laptop</span>
                </header>
                <p class="productarticleprice">₹1,55,899</p>
                <div class="addtocartbutton">
                    Add to Cart
                </div>

            </article>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/asus.jpg" />
                </figure>
                <header>
                    <span class="productarticlename">ASUS - 14" Touch-Screen Laptop - AMD Ryzen 5 - 8GB Memory - 256GB Solid State Drive - Silver</span>
                </header>
                <p class="productarticleprice">₹1,55,355</p>
                <div class="addtocartbutton">
                    Add to Cart
                </div>

            </article>
            <article class="productarticle">
                <figure>
                    <img class="productarticlethumbnail" src="img/earphone.jfif" />
                </figure>
                <header>
                    <span class="productarticlename">SkullCandy Crasher Headphones with Mic</span>
                </header>
                <p class="productarticleprice">₹10,599</p>
                <div class="addtocartbutton">
                    Add to Cart
                </div>

            </article>
        </article>
        <article class="productarticle">
            <figure>
                <img class="productarticlethumbnail" src="img/boat.jpg" />
            </figure>
            <header>
                <span class="productarticlename">
                    boAt BassHeads 162 with HD Sound, in-line mic, Dual Tone Secur......</span>
            </header>
            <p class="productarticleprice">₹6,555</p>
            <div class="addtocartbutton">
                Add to Cart
            </div>

        </article>
        </section>

    </section>
    <footer>
        <p>Our address is <address>Banga, Indu, 60789, Sample</address></p>
        <p>© Learn Earn & Fun</p>
        <p>Access Anywhere Apply Everywhere</p>
    </footer>
</html>